home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / cc-mode / auto-autoloads.el.z / auto-autoloads.el
Encoding:
Text File  |  1998-05-21  |  6.3 KB  |  163 lines

  1. ;;; DO NOT MODIFY THIS FILE
  2. (if (featurep 'cc-mode-autoloads) (error "Already loaded"))
  3.  
  4. ;;;### (autoloads nil "cc-defs" "cc-mode/cc-defs.el")
  5.  
  6. (defconst c-emacs-features (let ((infodock-p (boundp 'infodock-version)) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry ?a ". 12345678" table) (cond ((arrayp table) (setq entry (aref table ?a)) (if (consp entry) (setq entry (car entry)))) ((fboundp 'get-char-table) (setq entry (get-char-table ?a table))) ((and (fboundp 'char-table-p) (char-table-p table)) (setq entry (car (char-table-range table [?a])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) '8-bit '1-bit)))) (if infodock-p (list comments 'infodock) (list comments))) "\
  7. A list of features extant in the Emacs you are using.
  8. There are many flavors of Emacs out there, each with different
  9. features supporting those needed by CC Mode.  Here's the current
  10. supported list, along with the values for this variable:
  11.  
  12.  XEmacs 19:                  (8-bit)
  13.  XEmacs 20:                  (8-bit)
  14.  Emacs 19:                   (1-bit)
  15.  
  16. Infodock (based on XEmacs) has an additional symbol on this list:
  17. 'infodock.")
  18.  
  19. ;;;***
  20.  
  21. ;;;### (autoloads nil "cc-langs" "cc-mode/cc-langs.el")
  22.  
  23. (defvar c-mode-syntax-table nil "\
  24. Syntax table used in c-mode buffers.")
  25.  
  26. (defvar c++-mode-syntax-table nil "\
  27. Syntax table used in c++-mode buffers.")
  28.  
  29. (defvar objc-mode-syntax-table nil "\
  30. Syntax table used in objc-mode buffers.")
  31.  
  32. (defvar java-mode-syntax-table nil "\
  33. Syntax table used in java-mode buffers.")
  34.  
  35. (defvar idl-mode-syntax-table nil "\
  36. Syntax table used in idl-mode buffers.")
  37.  
  38. ;;;***
  39.  
  40. ;;;### (autoloads (idl-mode java-mode objc-mode c++-mode c-mode c-initialize-cc-mode) "cc-mode" "cc-mode/cc-mode.el")
  41.  
  42. (autoload 'c-initialize-cc-mode "cc-mode" nil nil nil)
  43.  
  44. (autoload 'c-mode "cc-mode" "\
  45. Major mode for editing K&R and ANSI C code.
  46. To submit a problem report, enter `\\[c-submit-bug-report]' from a
  47. c-mode buffer.  This automatically sets up a mail buffer with version
  48. information already added.  You just need to add a description of the
  49. problem, including a reproducible test case and send the message.
  50.  
  51. To see what version of CC Mode you are running, enter `\\[c-version]'.
  52.  
  53. The hook variable `c-mode-hook' is run with no args, if that value is
  54. bound and has a non-nil value.  Also the hook `c-mode-common-hook' is
  55. run first.
  56.  
  57. Key bindings:
  58. \\{c-mode-map}" t nil)
  59.  
  60. (autoload 'c++-mode "cc-mode" "\
  61. Major mode for editing C++ code.
  62. To submit a problem report, enter `\\[c-submit-bug-report]' from a
  63. c++-mode buffer.  This automatically sets up a mail buffer with
  64. version information already added.  You just need to add a description
  65. of the problem, including a reproducible test case, and send the
  66. message.
  67.  
  68. To see what version of CC Mode you are running, enter `\\[c-version]'.
  69.  
  70. The hook variable `c++-mode-hook' is run with no args, if that
  71. variable is bound and has a non-nil value.  Also the hook
  72. `c-mode-common-hook' is run first.
  73.  
  74. Key bindings:
  75. \\{c++-mode-map}" t nil)
  76.  
  77. (autoload 'objc-mode "cc-mode" "\
  78. Major mode for editing Objective C code.
  79. To submit a problem report, enter `\\[c-submit-bug-report]' from an
  80. objc-mode buffer.  This automatically sets up a mail buffer with
  81. version information already added.  You just need to add a description
  82. of the problem, including a reproducible test case, and send the
  83. message.
  84.  
  85. To see what version of CC Mode you are running, enter `\\[c-version]'.
  86.  
  87. The hook variable `objc-mode-hook' is run with no args, if that value
  88. is bound and has a non-nil value.  Also the hook `c-mode-common-hook'
  89. is run first.
  90.  
  91. Key bindings:
  92. \\{objc-mode-map}" t nil)
  93.  
  94. (autoload 'java-mode "cc-mode" "\
  95. Major mode for editing Java code.
  96. To submit a problem report, enter `\\[c-submit-bug-report]' from a
  97. java-mode buffer.  This automatically sets up a mail buffer with
  98. version information already added.  You just need to add a description
  99. of the problem, including a reproducible test case and send the
  100. message.
  101.  
  102. To see what version of CC Mode you are running, enter `\\[c-version]'.
  103.  
  104. The hook variable `java-mode-hook' is run with no args, if that value
  105. is bound and has a non-nil value.  Also the common hook
  106. `c-mode-common-hook' is run first.  Note that this mode automatically
  107. sets the \"java\" style before calling any hooks so be careful if you
  108. set styles in `c-mode-common-hook'.
  109.  
  110. Key bindings:
  111. \\{java-mode-map}" t nil)
  112.  
  113. (autoload 'idl-mode "cc-mode" "\
  114. Major mode for editing CORBA's IDL code.
  115. To submit a problem report, enter `\\[c-submit-bug-report]' from a
  116. idl-mode buffer.  This automatically sets up a mail buffer with
  117. version information already added.  You just need to add a description
  118. of the problem, including a reproducible test case, and send the
  119. message.
  120.  
  121. To see what version of CC Mode you are running, enter `\\[c-version]'.
  122.  
  123. The hook variable `idl-mode-hook' is run with no args, if that
  124. variable is bound and has a non-nil value.  Also the hook
  125. `c-mode-common-hook' is run first.
  126.  
  127. Key bindings:
  128. \\{idl-mode-map}" t nil)
  129.  
  130. ;;;***
  131.  
  132. ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" "cc-mode/cc-styles.el")
  133.  
  134. (autoload 'c-set-style "cc-styles" "\
  135. Set CC Mode variables to use one of several different indentation styles.
  136. STYLENAME is a string representing the desired style from the list of
  137. styles described in the variable `c-style-alist'.  See that variable
  138. for details of setting up styles.
  139.  
  140. The variable `c-indentation-style' always contains the buffer's current
  141. style name." t nil)
  142.  
  143. (autoload 'c-add-style "cc-styles" "\
  144. Adds a style to `c-style-alist', or updates an existing one.
  145. STYLE is a string identifying the style to add or update.  DESCRIP is
  146. an association list describing the style and must be of the form:
  147.  
  148.   ([BASESTYLE] (VARIABLE . VALUE) [(VARIABLE . VALUE) ...])
  149.  
  150. See the variable `c-style-alist' for the semantics of BASESTYLE,
  151. VARIABLE and VALUE.  This function also sets the current style to
  152. STYLE using `c-set-style' if the optional SET-P flag is non-nil." t nil)
  153.  
  154. (autoload 'c-set-offset "cc-styles" "\
  155. Change the value of a syntactic element symbol in `c-offsets-alist'.
  156. SYMBOL is the syntactic element symbol to change and OFFSET is the new
  157. offset for that syntactic element.  Optional ADD says to add SYMBOL to
  158. `c-offsets-alist' if it doesn't already appear there." t nil)
  159.  
  160. ;;;***
  161.  
  162. (provide 'cc-mode-autoloads)
  163.